home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / qprn112.zip / QWKPRUNE.CFG < prev    next >
Text File  |  1994-05-12  |  3KB  |  78 lines

  1. ; This is a sample configuration file.
  2. ;
  3. zip = pkzip
  4. unzip = pkunzip
  5. ; These are the commands to pack and unpack ZIP files.
  6. ;
  7. lha = lha a /m
  8. unlha = lha e
  9. ; These are the commands to pack and unpack LHA files.
  10. ;
  11. arj = arj a -e
  12. unarj = arj e
  13. ; These are the commands to pack and unpack ARJ files.
  14. ;
  15. zoo = zoo -add %q *
  16. unzoo = zoo -extract %q *
  17. ; These are the commands to pack and unpack ZOO files.
  18. ;
  19. user_pack = pkpak -a
  20. user_unpack = pkunpak
  21. ; These are the commands to pack and unpack files that aren't
  22. ; compressed with ZIP, LHA, ARJ, or ZOO.
  23. ;
  24. qwk = c:\download\qwk
  25. ; This is the default directory where your QWK files are stored.
  26. ; If left out, QWKPRUNE will look in the current working directory.
  27. ;
  28. work = c:\
  29. ; This is the directory where the QP$WORK working directory will be
  30. ; created.  If left out, this directory will be created under the
  31. ; current working directory.
  32. ;
  33. prune = c:\prune
  34. ; This is the default directory where prune files are located.  If
  35. ; left out, the default is the directory where QWKPRUNE.EXE is located.
  36. ;
  37. ;global = global.prn
  38. ; This is a prune file that is used for all QWK packets.  If left out, this
  39. ; feature will not be used.
  40. ;
  41. ;max_qwk_age = 0
  42. ; This represents a number of days before the current date.  When pruning
  43. ; multiple QWKs, packets older than that will not be processed.  The
  44. ; default is to process all files in the QWK directory with a .Q*
  45. ; extension.  In this particular example, only packets with the current
  46. ; date would be pruned.
  47. ;
  48. ;force_repack = ON
  49. ; This tells QWKPRUNE to repack a QWK even if it hasn't been changed.  The
  50. ; default is to only repack QWKs that have been changed in some way.
  51. ;
  52. strip = Re :, Re(2):,Re ,
  53. ; These prefixes, as well as (R) and Re:, will be stripped from subject
  54. ; lines.  Up to ten prefixes may be specified, and individual prefixes may
  55. ; be up to twelve characters long.  Prefixes may contain trailing spaces. 
  56. ; Case is not significant, Re : is equivalent to RE :.
  57. ;
  58. spill = d:\
  59. ; If necessary, the QP$SPILL overflow directory will be created under this
  60. ; directory.  This directory will be used if there's not enough space in
  61. ; the work directory to rebuild MESSAGES.DAT, or if there's not enough free
  62. ; RAM to store the data from all the message headers.
  63. ;
  64. ;use_message_counts = OFF
  65. ; If a message count exists in CONTROL.DAT, it'll be set to zero if
  66. ; MESSAGES.DAT is rebuilt.  Any message counts in MESSAGES.DAT will not be
  67. ; updated.  If this option is set to ON or YES, message counts will be
  68. ; added to MESSAGES.DAT and CONTROL.DAT if MESSAGES.DAT is rebuilt.  The
  69. ; default is to update message counts if they exist, and not to add them if
  70. ; they don't.
  71. ;
  72. ;keep_netstatus = OFF
  73. ; Net Status blocks at the end of MESSAGES.DAT will not be preserved if
  74. ; MESSAGES.DAT is rebuilt.  The default is to keep Net Status blocks.
  75. ;
  76. ; Note that the QWK, PRUNE, GLOBAL, MAX_QWK_AGE, and FORCE_REPACK options
  77. ; set defaults which can be overridden on the command line.
  78.